home *** CD-ROM | disk | FTP | other *** search
- global gImageResultList, gArtistList
-
- on beginSprite me
- Section = utilsGetSection()
- sectionList = utilsGetState(Section)
- if sectionList.CDname <> VOID then
- cdCode = sectionList.cdCode
- CDname = sectionList.CDname
- artist = gArtistList[symbol(cdCode)]
- numOfImages = gImageResultList.count
- displayStr = "CD: " & CDname & RETURN
- displayStr = displayStr & "Artist: " & artist & RETURN
- if Section = #keywordsearch then
- displayStr = displayStr & "Images: " & numOfImages & " - matching your search criteria"
- else
- displayStr = displayStr & "Images: " & numOfImages
- end if
- member("CD Description").text = displayStr
- end if
- end
-